Skip to content
Back to search
30
MCP

Claude Context Local

pulsemcp/claude context local

Provides local semantic code search using EmbeddingGemma embeddings and FAISS vector indexing with intelligent AST chunking for Python, JavaScript, TypeScript, JSX, TSX, and Svelte codebases, featuring incremental Merkle tree-based change detection and 100% local operation for private code exploration and contextual assistance.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Semantic Context
Provides semantic code search across large codebases using ChromaDB vector storage and configurable embeddings, enabling indexing of local p
0 tools
Code Context (Semantic Code Search)
Enables semantic code search and understanding by cloning git repositories, splitting code into semantic chunks, and generating embeddings f
0 tools
io.github.qmediat/gemini-code-context-mcp
Gemini 2M context cache for Claude Code — persistent; repeat queries ~8x faster, ~4x cheaper.
0 tools
io.github.traviswye/contextatlas
Pre-computed atlas of your codebase for Claude Code: LSP + ADRs + git. 45-72% token reduction.
0 tools
claude-context-bridge
Local MCP server that gives Claude.ai live context about your git repos and Claude Code sessions
0 tools
seekq
Semantic code search tool for local codebases using BGE-Small embeddings, tree-sitter-aware chunking, and hybrid BM25 retrieval via MCP.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "claude_context_local": {
      "url": "None",
      "transport": "http"
    }
  }
}